Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633423 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook

turn.js cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/turn.js
185 Views
0 Comments
(function($) {

'use strict';

var has3d,

vendor ='',

style.css cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/style.css
130 Views
0 Comments
body{
overflow: hidden;
background: url(https://images.pexels.com/photos/235985/pexels-photo-235985.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
background-size: cover;
height: 100vh;
width: 100vw;
}
#album{
index.html cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/index.html
292 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flipbook</title>
<link rel= "stylesheet" href="style.css">
</head>
<body>
preview.png cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/preview.png
78 Views
0 Comments
Media file
script.js cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/script.js
176 Views
0 Comments
$('#album').turn({gradients: true, acceleration: true});